JAMSRESTAPI Web Service
GetCalendar_GetCalendarByID
JAMSRESTAPI Web Service > All Operations Resource Group : Calendar_GetCalendarByID (Get)

Resource Path: /api/calendar/{id}

Uri: http://doc.jamsscheduler.com/api/calendar/{id}

Description
Get the Calendar with the specified ID.
Parameters
NameDescriptionData Type
The id of the Calendarinteger
Response

The response body is of type Calendar.

OK

Overview

Calendar
calendarID : integer
calendarName : string
dateTypes : Array[DateType]
calendarID : integer
continuous : boolean
dates : Array[DateDetail]
dateTypeID : integer
dateTypeType : string
description : string
lastChangeUTC : string
specificType : string
startDate : string
workDay : string
dateTypeID : integer
dateTypeType : string
description : string
lastChangeUTC : string
specificTypes : Array[SpecificDateType]
sequence : integer
specificType : string
dateTypeLinks : Array[DateTypeLink]
dateTypeType : string
dateTypeID : integer
calendarID : integer
calendarName : string
description : string
lastChangeUTC : string
colorName : string
lastChangedBy : string
acl : ACL
genericACL : Array[ACE]
identifier : string
inherited : boolean
flags : string
accessList : Array[string]
See Also
All Operations Resource GroupJAMSRESTAPI Web Service